<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML lang="en">
<HEAD>
	<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<TITLE>libHTTP</title>
</HEAD>
<BODY bgcolor="FFFFFF">
	<CENTER><TABLE align="CENTER" border=0 width="90%"><TR><TD bgcolor=#000000 valign="TOP" align="CENTER"><font COLOR="#FFFFFF" size="+3">
	libHTTP 0.9
	</FONT></TD></TR></TABLE></CENTER>
	<UL>
		<LI><A HREF="docs/introduction.html">Introduction</A></LI>
		<LI><A HREF="docs/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</A></LI>
		<LI><A HREF="docs/BufferedIO.html">BufferedIO</A> - BDataIO wrapper for buffered writes.</LI>
		<LI><A HREF="docs/DNSResolver.html">DNSResolver</A> - Thread-safe, caching, Domain Name resolver.</LI>
		<LI><A HREF="docs/DataIOPump.html">DataIOPump</A> - Moves data from one BDataIO to another.</LI>
		<LI><A HREF="docs/FieldList.html">FieldList</A> - A BList for storing field names and values.</LI>
		<LI><A HREF="docs/FileIO.html">FileIO and DesIO</A> - BDataIO wrappers for file descriptors and streams.</LI>
		<LI><A HREF="docs/HTMLError.html">HTMLError</A> - BMallocIO; Used as temporary message body for delivering error messages.</LI>
		<LI><A HREF="docs/HTTPFileServer.html">HTTPFileServer</A> - HTTPHandler; Implements a simple file server.</LI>
		<LI><A HREF="docs/HTTPHandler.html">HTTPHandler</A> - Abstract class for responding to HTTP Requests.</LI>
		<LI><A HREF="docs/HTTPListener.html">HTTPListener</A> - Retrieves HTTP requests and passes them to the designated HTTPHandler.</LI>
		<LI><A HREF="docs/HTTPMessage.html">HTTPMessage</A> - Abstract HTTP Message class.</LI>
		<LI><A HREF="docs/HTTPRequest.html">HTTPRequest</A> - HTTP Request message class.</LI>
		<LI><A HREF="docs/HTTPResponse.html">HTTPResponse</A> - HTTP Response message class.</LI>
		<LI><A HREF="docs/HTTP_Io.html">HTTP_Io</A> - BDataIO; High-Level HTTP Client Interface</LI>
		<LI><A HREF="docs/Socket_IO.html">Socket_IO</A> - BDataIO wrapper for the sockets interface.</LI>
		<LI><A HREF="docs/TCP_IO.html">TCP_IO</A> - Socket_IO; TCP socket class.</LI>
		<LI><A HREF="docs/TCP_Listener.html">TCP_Listener</A> - Listens for TCP connections.</LI>
		<LI><A HREF="docs/ThreadCaffeine.html">ThreadCaffeine</A> - Jolt Cola for your threads...</LI>
		<LI><A HREF="docs/UDP_IO.html">UDP_IO</A> - Socket_IO; UDP socket class.</LI>
		<LI><A HREF="docs/functions.html">Functions</A></LI>
		<LI><A HREF="docs/globals.html">Global Variables, Constants, and Defined Types</A></LI>
	</UL>
	<HR>
	<P><H3>libHTTP - A high-level HTTP API for BeOS</H3><BR>
	Copyright (C) 1999 Joe Kloss<BR><BR>
	BeOS is a registered trademark of Be Inc.
	<BR><BR>
	This library is free software; you can redistribute it and/or 
	modify it under the terms of the GNU Library General Public 
	License as published by the Free Software Foundation; either 
	version 2 of the License, or (at your option) any later version. 
	<BR><BR>
	This library is distributed in the hope that it will be useful, 
	but WITHOUT ANY WARRANTY; without even the implied warranty of 
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
	Library General Public License for more details. 
	<BR><BR>
	You should have received a copy of the GNU Library General Public 
	License along with this library; if not, write to the 
	Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
	Boston, MA  02111-1307, USA.
	<BR><BR>
	Contact Info:<BR>
	Author: Joe Kloss<BR>
	E-mail: axly@deltanet.com<BR>
	Postal Address: 25002 Ravenswood, Lake Forest, CA 92630, USA</P>
	
</BODY>
</HTML>
